 
/* ----------基本元素重置----------- */
html,body {font-family: Signika, sans-serif; font-size:15px; color:#515151; line-height:1.6; }
a:link { color:#515151; text-decoration:none; }
a:visited { text-decoration:none; color:#515151; }
a:hover { text-decoration:none; color:#015897; }
a:active { text-decoration:none; color:#515151; }
a img, img { border:none;vertical-align:middle; max-width:100%  } 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form,input,select,textarea,button, fieldset, table, th, td, span,form,p,a,img,object,embed  { padding:0px; margin:0px; list-style:none; }
table{border-collapse:collapse;border-spacing:0;border:0;}
input, textarea, select, button, file { vertical-align:middle}
h1, h2, h3, h4, h5, h6 { font-weight:normal}
.bold { font-weight: bold}
.fl { float: left;}
.fr { float: right;}
.fa {  display:inline-block; vertical-align:middle; background-repeat:no-repeat; background-position:center}
.overflow { overflow:hidden }
.clearfix{ clear:both; *zoom: 1;}
.clearfix:after{content: "";display: block;clear: both;}
.text-center { text-align:center }
.none { display:none }
.blue { color:#0257b2 }
.block { height:20px; clear:both }
.bg { background:#e9edf0; margin-bottom:-3%; padding-bottom:4% }
.page-wrapper,.wrapper,.page-wrapper-row { width:1400px; margin: 0 auto; max-width:92%; }
@media screen and (max-width: 1600px) {
.page-wrapper,.wrapper { width:1200px; }
}
@media screen and (max-width: 1350px) {
.page-wrapper,.wrapper { width: 90%; }
}
@media screen and (max-width: 960px) {
.page-wrapper,.wrapper { width: 92%; max-width:100%; }
}

.wow { visibility:inherit !important}
table tr td,table tr th { border: none; padding:10px; vertical-align:top }


.zoom { position: relative; display:block; overflow:hidden; width: 100%; height: 0; padding-bottom: 65%; }
.zoom span{ display: block; position: absolute; width: 100%; height: 100%;  background-position: center; background-repeat: no-repeat; background-size: cover;webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1); transform: scale(1);-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.zoom span:hover { }
.box-shadow {
-webkit-box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .1);
    -moz-box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .1);
    box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .1); }
.box-shadow:hover {
-webkit-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3);
    -moz-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3);
    box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3); }
	
	
/* 头部 */
body { padding-top:100px;  }
@media screen and (max-width: 1080px) {
body { padding-top:70px;  }
}
.header{ position: relative; position:fixed; left:0; top:0; height: auto; padding:5px 0; width:100%; background-color: rgba(1,82,160,.9); background:#0257b2; z-index:99; transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease;}
.header .wrapper { position:relative }
.header .logo { float:left; }
.header .logo img { height:90px; }
.header .toptel { float:right; color:#fff; font-size:22px; padding-left:32px; background:url(../img/toptel.png) no-repeat center left; line-height:90px; }

.headerbg { position:relative; height:100px; }
.navbox { float:right; }
.nav{ height: 90px; }
.nav li { position: relative;float: left; margin:0 30px; }
.nav li>a{ line-height: 90px; font-size:16px; color:#fff; padding:0px; text-transform: uppercase; position:relative }
.nav li.active>a { font-weight:bold }
.nav li>a::after { background:#eee; display: block; content: ""; width:0; height:2px; position:absolute; bottom:-12px; left:0; z-index:-1;   }
.nav li:hover a::after { width:100% }
.nav li.active a::after { width:100% }
.nav li .nav-list {z-index:21;position:absolute;display:none;overflow:hidden;top:95px; left:-20px;width:100%; min-width:280px; padding:20px 0; background:url(../img/navbg.png); }
.header-fixed .nav li .nav-list { top:90px; }
.nav li .nav-list dl dd { position: relative; padding:0 20px; }
.nav li .nav-list dl dd i{ display:inline-block; position:absolute; right:35px; top:19px;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #afafaf;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    border-radius: 1px;
}
.nav li .nav-list dl dd a { display:block; color:#fff; height:48px; line-height:48px; padding:0 20px; font-size:16px; text-transform:capitalize }
.nav li .nav-list dl dd>a:hover { background:#015897 }
.navbtn { display: none; z-index:100; width:50px; height:60px; line-height:60px; position:absolute; right:0px; font-size:0; text-align:center; background:url(../img/icon-nav.png) no-repeat center; }
.nav li .nav-list:hover { overflow:inherit; }
.nav li .nav-list dl dd .nav-list-sub { display:none; background:url(../img/navbg.png); width: auto; padding:15px 0; position:absolute; left:100%; top:-20px; }
.nav li .nav-list dl dd .nav-list-sub p a { font-size:15px; height:42px; line-height:42px; min-width:160px; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; }
.nav li .nav-list dl dd:hover .nav-list-sub { display:block }
.nav li .nav-list dl dd .nav-list-sub p a:hover { color:#015897 }
/* 搜索 */
.search { float:right; width:12%; margin-left:5%; position:relative }
.search form { position:relative; height:40px; margin:25px 0 0 0 }
.search input { height:35px; width:100%; line-height:35px; border: none; border:1px solid #eee; background:none; color:#eee; border-radius:40px; text-indent:15px }
.search button { height:35px; width:35px; line-height:35px; border: none; background:url(../img/search.png) no-repeat center; position:absolute; right:5px; top:0; cursor:pointer  }
.search .search-group { display:none }
/*底部*/
.footer { background:#162743; color:#C1CBDB; padding:15px 0 30px 0; box-shadow:0px 0px 10px 0px #eee; margin-top:3% }
.foot-logo { float:left; }
.foot-logo img { max-height:130px; opacity:0.7; }
.foot-info { float:right; width:70%; text-align:right }
.foot-info a { color:#C1CBDB }
.foot-info ul { margin:40px 0 10px 0 }
.foot-info ul li { display:inline-block; margin-left:40px; }
.foot-info .copyright { line-height:32px; }
#footer { margin-top:0 }
/*客服*/
.bottom_tools{position:fixed;z-index:99;right:5px; bottom:5%; }
.bottom_tools dd a { display:block; width:48px;height:48px; margin-top:10px; border:0; background-color:#fff; background-repeat:no-repeat; background-position:center; background-size:30px auto; border-radius:2px;
-webkit-box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2);
    -moz-box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2);
    box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2); }
.bottom_tools dd a:hover { background-color:#f3f3f3 }
.qr_tool { background-image: url(../img/weixin.png); }
.qr_img{position:absolute; top:-40px; right:60px; display:none; max-width:180px }
.cart { position:relative; background-image: url(../img/cart.png); }
.cart span { position:absolute; right:3px; top:4px; background:#3fa5f0; color:#fff; display:inline-block; width:20px; height:20px; line-height:20px; font-size:13px; border-radius:50%; text-align:center; }
#scrollUp { display:none; background-image: url(../img/top.png);}
@media screen and (max-width: 1350px) {
.search { padding: 0 2%; margin-left: 4%;}
.nav li { margin:0 10px; }
}
@media screen and (max-width: 1080px) {
.header .wrapper { width:100% }
.header .logo { width:50% }
.header .logo img { height:60px }
.navbox { background:#fff; float:none; padding:10px 15px; width:120px; position: absolute; top:61px; right:0; z-index:1000; display:none; }
.nav{ height: auto; }
.nav li { position: relative;float: none; }
.nav li>a{ margin:5px 10px; line-height:40px; font-size:14px; color:#555 }
.navbtn { display: block; }
.search { float: none; position:absolute; right:0; top:40px; display:none }
}
/*栏目标题*/
.title { margin:3% auto; font-size:18px; text-transform:uppercase; color:#333 } 
.title h2 { font-size:30px; line-height:1.4; font-weight:bold; margin-bottom:8px; }
.title h3 { font-size:24px; line-height:1.4; }
.title p:after {content:""; display:block; width:40px; height:3px; background:#444; margin:10px auto; border-radius:5px } 
.title.white { color:#fff }
.title.white p:after { background:#eee } 
/*更多*/
.more a { display:inline-block; height:32px; line-height:32px; padding-left:45px; font-size:20px; color:#015897; background:url(../img/imore.png) no-repeat left center; background-size:32px auto  }
.more a:hover { }
/*栏目图*/
.column-bg { position: relative; width:100%; height:80px; padding:9% 0; background-color:#f4f4f4; background-size: cover; background-position:center; background-repeat:no-repeat; }
.column-bg .wrapper { position: relative; height:80px;  }
.columntit { position:absolute; bottom:15%; left:10%; right:10%; text-align:center; line-height:1.4; font-size:18px; color:#fff; text-shadow: 0 1px 1px rgba(100,100,100,0.5); -webkit-animation: columntit 1.5s; animation: columntit 1.5s;/* text-shadow: 0 2px 2px rgba(0,0,0,0.5);*/ }
.columntit.blue { color:#0257b2 }
.columntit h1 { font-size:38px; margin-bottom:15px; font-weight: bold; text-transform: capitalize; letter-spacing:5px; text-shadow: 0 2px 2px rgba(100,100,100,0.5); }
.columntit h3 { font-size:28px; }


.column { position: relative; margin-top: -50px; margin-bottom: 3%;  padding: 25px 50px; background: #fff; z-index:9;
-webkit-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    -moz-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1); }
.column ul { float:left }
.column ul li { position:relative; float:left; text-transform: capitalize; margin-right:35px; padding:10px 0px; } 
.column ul li>a { font-size:18px; position:relative; padding:0px 8px; }
.column ul li>a::after { background:#0257b2; display: block; content: ""; width:0; height:2px; position:absolute; bottom:-10px; left:0; z-index:-1 }
.column ul li.active>a::after { width:100% }
.column ul li.active>a { color:#0257b2 }
.column ul li>a i { display:inline-block; 
    height: 8px;
    width: 8px;
    border-width: 0 2px 2px 0;
    border-color: #777;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	margin-left:8px;
	vertical-align:middle;
	margin-top: -6px;
    border-radius: 1px;}
.column ul li.active>a i { border-color:#0257b2 }
.column .back { position:absolute; right:50px; top:50%; margin-top:-15px; padding-left:35px; background:url(../img/back.png) no-repeat center left; background-size:24px auto; font-size:18px; color:#666; }
.column-subnav { display:none; background:#fff; width: auto; padding:15px 0; position:absolute; left:0; top:100%; z-index:11;
-webkit-box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2);
    -moz-box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2);
    box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2); }
.column-subnav dd a { height:40px; line-height:40px; padding:0 20px; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; font-size:16px; }
.column-subnav dd.active>a { color:#0257b2 }
.column ul li:hover .column-subnav { display:block }
/*面包屑*/
.breadcrumb { float:right; font-size:14px; line-height:40px;height:40px; background:url(../img/icon-home.png) no-repeat center left; color:#777; padding:0 0 0 25px;  }
.breadcrumb a { display:inline-block; color:#777 }
.breadcrumb i { display:inline-block; margin:0 3px; font-style:normal; font-family:"Simsun" }
.breadcrumb .fa-circle { width:12px; height:12px; background-image:url(../img/icon-right.png)}
/*** 分页样式 **/
.search-pagination{ padding:3% 0; clear:both; text-align:center; height: auto; }
.search-pagination ul li{ display: inline-block; line-height:40px;height:40px; margin:0 5px;overflow:hidden; background:#fff;}
.search-pagination ul li a { color:#555; display: inline-block;padding:0px 18px;  }
.search-pagination ul li:hover{ color:#f5a411; text-decoration:none; }
.search-pagination ul li:hover a { color:#f5a411; }
.search-pagination ul li.active,
.search-pagination ul li.active a,.pagebox ul li.active a:hover { color:#fff; background:#0257b2  }
.search-pagination ul li.active { }
@media screen and (max-width: 960px) {
/*面包屑*/
.breadcrumb {  padding:6px 0; font-size:12px; line-height:30px;height: auto }
.breadcrumb .home { padding-left:20px; background-size:14px auto }
/*** 分页样式 **/
.search-pagination ul li{  line-height:30px;height:30px; margin:0 3px; }
.search-pagination ul li a { padding:0px 12px;  }
}
/* banner */
.banner { position:relative; margin-bottom:5%;  }
.swiper-banner .swiper-slide { position:relative; }
.swiper-banner .swiper-slide .swiper-slide img { width:100% }
.swiper-banner .swiper-slide .detail{
	position:absolute;
	width:50%;
	max-width:900px;
	right:16%;
	top:40%;
	height: auto;
	color:#fff;
	font-size:24px;
	opacity:0;
    transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease;  
}
.swiper-banner .swiper-slide .detail a { color:#fff }
.swiper-banner .swiper-slide-active .detail{
	top:30%;
	opacity:1;
}
.swiper-banner .swiper-slide .detail h2 { font-size:52px; line-height:1.1; font-weight:bold; margin-bottom:25px; }
.swiper-banner .swiper-slide .detail p { font-size:30px; line-height:1.4; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif }

.swiper-banner .swiper-slide .detail.detail1  { max-width:600px; top:60% }
.swiper-banner .swiper-slide-active .detail.detail1 {
	top:50%;
}
@media screen and (max-width: 1500px) {
 
.swiper-banner .swiper-slide .detail{font-size:20px;width:60%; right:10%;}
.swiper-banner .swiper-slide-active .detail{
	top:30%;
	opacity:1;
}
.swiper-banner .swiper-slide .detail h2 { font-size:42px; margin-bottom:20px; }
.swiper-banner .swiper-slide .detail p { font-size:24px;  }
.swiper-banner .swiper-slide .detail.detail1  { max-width:450px; }
}
@media screen and (max-width: 1080px) {
.swiper-banner .swiper-slide .detail{font-size:18px;}
.swiper-banner .swiper-slide-active .detail{
	top:30%;
	opacity:1;
}
.swiper-banner .swiper-slide .detail h2 { font-size:32px; margin-bottom:20px; }
.swiper-banner .swiper-slide .detail p { font-size:20px;  }
}

.banner .swiper-container .swiper-pagination { bottom: 5%; text-align: center; left:0; right:0 }
.banner .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    margin: 0 8px;
    background-color: rgba(230,230,230,0.8);
    transition: background-color .5s ease;
}
.banner .swiper-container .swiper-pagination-bullet-active { width: 50px; }
.banner .swiper-container .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2,85,180,0.8);
    transform: scaleX(0);
    transform-origin: 0 0;
}
.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 6s linear forwards
}
.banner .swiper-container .swiper-pagination-bullet:hover {
    background-color: #fff;
}
@keyframes sliderPagination {
 	100% {
		transform: scaleX(1);
        opacity: 1;
    }
}


/*首页案例*/
.icase { position:relative; overflow:hidden; background:url(../img/icasebg.jpg) no-repeat left center; background-size:auto 100%; padding:0 0 0 18%  }
.icase .swiper-icase { padding:6% 0 }
.icase .pic { float:left; width:40%; }
.icase .pic .zoom { padding-bottom:120% }
.icase .txt { float:right; width:55%; font-size:18px; }
.icase .txt h3 { font-size:20px; color:#0257b2; text-transform:capitalize }
.icase .txt h2 { font-size:38px; color:#222; font-weight:bold }
.icase .txt .text { line-height:2; padding-top:80px; margin:40px auto; background:url(../img/icase.png) no-repeat left top;  }
.icase .txt a.more { padding-left:12px; color:#0257b2; border-left:2px solid #0257b2 }
.icase .swiper-button-prev, .icase .swiper-button-next { display:none; left:auto; right:60%; top:auto; bottom:0; margin-top:40px; background-image: url(../img/icase-r.png); background-color:#fff; }
.icase .swiper-button-prev { margin-right:60px; background-image: url(../img/icase-l.png);  }
.icase  .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 10px; left:auto; right:60%; text-align:right }


/*产品中心*/
.iproduct { margin:5% auto 0 auto; padding:3% 0 0 0; background:#eee; background-image:url(../img/iprobg.jpg); background-position:center top; background-repeat:no-repeat; background-size:100% auto; /*background-attachment: fixed;*/ }
.iproduct-list { position:relative; }
.iproduct-list ul li { position:relative; width:48%; float:left; margin-bottom:4%; }
.iproduct-list ul li.li2 { margin-right:4%;  }
.iproduct-list ul li .text { position:relative; padding:3% 5%; width:70%; margin-top: -20%; background-color: rgba(255,255,255,.9); }
.iproduct-list ul li .text h3 { font-size:18px; font-weight:bold; margin:10px auto; color:#333 }
.iproduct-list ul li .text p { min-height:48px; } 
.iproduct-list ul li .text a.more { display:inline-block; margin:15px 0; font-size:14px; border-radius:30px; padding:6px 30px; text-transform:capitalize;border:1px solid #0067b4; background:#0067b4; color:#fff; }
.iproduct-list ul li .zoom { padding-bottom:80% }
.iproduct-list ul li.li1 { width:100%; }
.iproduct-list ul li.li1 .zoom { padding-bottom:36% }
.iproduct-list ul li.li1 .text { width:32%; padding: 2% 3%; margin-top:auto; position: absolute; bottom:0}
/*关于*/
.iabout { position:relative; background:#eee; margin:5% auto 0 auto }
.iabout-l { width:37%; padding:0 7%; height:100%; position:relative; position:absolute; left:0; top:0; text-align:center; float:left; background-position:center; background-size:cover; background-repeat:no-repeat }
.iabout-l .title { position:relative; margin-top:36% }
.iabout-r { width:36%; padding:7%; float:right; position:relative; font-size:16px; line-height:2; color:#fff; text-align:justify; text-justify:inter-ideograph; background-image:url(../img/iaboutbg.jpg); background-position:center; background-size:cover; background-repeat:no-repeat }
.iabout-r a.more { display:inline-block; margin:6% 0 0 0; font-size:15px; border-radius:30px; padding:7px 40px; text-transform:capitalize;border:1px solid #fff; color:#fff; }
.iabout-r .iabout-con { position:relative }
.iabout-l:before {
    content: ''; display:block; width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:0; background:#0164c9;
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; } 
.iabout-r:before {
    content: ''; display:block; width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:0; background:#111;
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; } 
/*首页新闻*/
.inews-box { position:relative; padding:7% 0 0 0; background-image:url(../img/inewsbg.jpg); background-position:center top; background-repeat:no-repeat; background-size:100% auto;  }
.inews { position:relative; margin:5% auto; padding:3% 3% 0 3%; background:#fff; z-index:1;
-webkit-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    -moz-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);  }
.swiper-inews { position:relative; text-align:center }
.swiper-inews .swiper-button-prev { position:relative; left:5px; right:auto; margin:30px 0; display:inline-block; }
.swiper-inews .swiper-button-next{ position:relative; left:0; right:auto; margin:30px 0; display:inline-block; background-color:#0067b4 }
.swiper-inews .swiper-pagination { position:relative; margin:10px auto }
.swiper-inews li .txt { color:#8a959b; padding:20px 0; text-align: center }
.swiper-inews li .txt h3 a { display:block; font-size:20px; }
.swiper-inews li:hover .txt h3 a { color:#015897 }
.swiper-inews li .txt p { margin:10px 0 } 



/*友情链接*/
.ilinks-box { position:relative; padding:0 0 5% 0; background:url(../img/ilinksbg.jpg) no-repeat center bottom; background-size:100% auto }
.ilinks  { position:relative; margin:3% auto 0 auto; padding:0 2%; z-index:9; }
.ilinks li { width:20%; float:left; margin:0px 0; text-align:center; }
.ilinks li .clearfix {  }
.ilinks li:hover .pic {  } 
.ilinks li .text { font-size:16px; margin:10px auto 0 auto }
.ilinks .swiper-container-horizontal > .swiper-pagination-bullets { position:relative; margin-top:5% }
.icontact { padding:0 0; background:#eee }
.ifeedback { position:relative; float:left; width:40%; margin:30px 5% 0 5%; }
.ifeedback form { padding-top:0px }
.ifeedback .form-group { width:46%; float:left; margin:15px 2%; position:relative }
.ifeedback .form-code img { background:#fff; position:absolute; right:1px; top:2px }
.ifeedback label.mt-checkbox { display: inline-block; margin:10px 5% 10px 0; cursor:pointer }
.ifeedback textarea { background:#ddd; border:1px solid #ddd; width:100%; min-height:120px; padding:10px; box-sizing:border-box; font-family:Arial, Helvetica, sans-serif }
.ifeedback input[type=text] { display:inline-block; vertical-align:middle; background:#ddd; border:1px solid #ddd; width:100% !important; height:42px; line-height:42px; text-indent:10px; background-position:95% center; background-repeat:no-repeat; background-size:auto 24px; }
.ifeedback input#dr_title { background-image:url(../img/feedback1.png); }
.ifeedback input#dr_phone { background-image:url(../img/feedback2.png); }
.ifeedback input[type=radio],.ifeedback input[type=checkbox] { width:20px; height:20px; vertical-align:middle; -webkit-appearance:none;background-color: #fff; border:1px solid #ddd; margin-right:5px; position:relative }
.ifeedback .form-btn button { background:#0257b2 }
.ifeedback input[type=checkbox]:checked::after{
     content: "✓";
     font-size: 12px;
     font-weight: bold;
	 color:#015897;
	 border-radius: 3px;
	 margin-left:4px;
}
#map { float: right; width:50%; height:500px; }
#map img { max-width:none }




/*--------------- ---------------*/
/*关于*/
.about { background:#fff; margin:4% auto }
.about .title h2 { display:inline-block; padding:10px 40px 0 0; color:#0274E7; background:url(../img/icon-mark.png) no-repeat right top; background-size:auto 40px }
.about-l { width:51%; float:left; font-size:16px; line-height:2; text-align:justify; text-justify:inter-ideograph; }
.about-r { width:43%; float:right; position:relative }
.about-r img { width:100%; }
.about-r .zoom { padding-bottom:70% }
.about-r:before {
    content: ''; display:block; width:180px; height:180px; border-radius:180px; position:absolute; top:-80px; right:20px; z-index:1; background:#0274E7;
	filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7; }
.about-r:after {
    content: ''; display:block; width:100px; height:100px; border-radius:100px; position:absolute; top:40px; right:-20px; z-index:1; background:#1DFDAF;
	filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7; }
@media only screen and (max-width:1500px){
.about-l { width:51%; font-size:15px; line-height:1.8;}
.about-r .zomm { padding-bottom:100% }
}
/*文化*/
.culture { padding:2% 0 0 0; background:url(../img/culture.jpg) no-repeat center; background-size:cover }
.culture-list { padding-top:50px; }
.culture-list li { position:relative; float:left; width:30%; margin-right:5%; padding:50px 0; text-align:center; background:#0274E7; color:#fff; background: transparent linear-gradient(180deg, #162B75 0%, #1785FF 100%); border-radius:20px 20px 0 0; }
.culture-list li:nth-of-type(3n) { margin-right:0 }
.culture-list li>span { position:absolute; width:100px; height:100px; line-height:100px; left:50%; margin-left:-50px; top:-50px; background:url(../img/icon-liu.png) no-repeat center;  }
.culture-list li>span img { height:50px; }
.culture-list li .tit { color:#fff; font-size:24px; margin:15px; text-transform:capitalize }
.culture-list li .con { margin:20px 30px; line-height:2; min-height:150px; }
.culture-list li table { width:100%; text-align:center }
.culture-list li table tr td,.culture-list li table tr th { padding:3px; vertical-align:top }

/*荣誉*/
.honor { padding:2% 0; }
.honor li .pic { padding:10px; border:5px solid #C49165 }
.honor li .pic .zoom { padding-bottom:120%; }
.honor li .pic .zoom span { background-size:90% auto }
.honor li .txt { font-size:16px; margin:10px auto; text-align:center; display:none } 
.honor .swiper-container-horizontal > .swiper-pagination-bullets { position:relative; margin:20px auto; bottom:auto }
/*视频*/
.video { position:relative }
.video a { display:block; position:relative; overflow:hidden }
.video a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: opacity 300ms linear;
    background: url(../img/play.png) no-repeat center rgba(0,0,0,.05);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-out .35s;
    transition: all ease-out .35s;
}
.video a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#video_show{
	position: fixed; width: 100%; height: 100%;
	left: 0;
	top: 0;
    background-color: rgba(0,0,0,.7);
	z-index: 996;
	display: none;
}
#video_box{
	position: absolute;
	text-align: center;
	width: 70%;
	left: 15%;
	top: 10%;
}
#video_close{
  position: fixed;
  z-index: 999;
  width:43px;
  height: 43px;
  top: 20px;
  right: 20px;
}
/*加入我们*/
.join li { width:40%; float:left; position:relative; font-size:24px; color:#fff }
.join li:nth-of-type(1) { width:56%; margin-right:4% }
.join li .zoom { padding-bottom:420px; }
.join li .txt { position:absolute; left:6%; bottom:7%; }
.join li .txt h3 { font-size:28px; }
.join .join-con { margin:3% auto; padding-top:60px; background:url(../img/marks-l.png) no-repeat left top; }
.join .join-con:after {
    content: ''; display:block; width:100%; height:60px; background:url(../img/marks-r.png) no-repeat center; }
.join-search { position:relative; margin:3% auto; }
.join-search .search-form { position:relative; width:40%; margin:0px auto; border-radius:30px; overflow:hidden; border:1px solid #ccc; border-radius:30px; max-width:550px;
-webkit-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    -moz-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1); }
.join-search .search-form input { width:100%; height:46px; line-height:46px; border:none; background:none; border-radius:30px; padding:0px 20px; }
.join-search .search-form input.btn { position:absolute; right:3px; top:3px; border-radius:30px; width:120px; height:40px; line-height:40px; padding:0px 20px; background:#0257b2; color:#fff; cursor:pointer }
.join-list { padding:4% 0 0 0; }
.join-list ul li { width:49%; float:left; background:#fff; margin-bottom:2%; }
.join-list ul li:nth-of-type(2n) { margin-left:2% }
.join-list ul li .txt { padding:20px; color:#666; min-height:120px; position:relative;}
.join-list ul li .txt span {}
.join-list ul li .txt h3 { font-size:18px; font-weight:bold; color:#333; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #ddd; }
.join-list ul li .txt p { line-height:2 }
.join-list ul li .txt .more { float:right; border:1px solid #0257b2; color:#0257b2; font-size:14px; font-weight:normal; padding:5px 15px; border-radius:20px; }
.join-txt .close-reveal {font-size:30px;line-height:.5;position:absolute;top:20px;right:20px;color:#aaa;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;} 
.join-txt { background:#fff; position:relative }
.join-txt .join-btn { position:absolute; right:10px; top:15px; display:inline-block; border:1px solid #0257b2; background:#0257b2; color:#fff; font-size:14px; font-weight:normal; padding:5px 20px; border-radius:20px;}
.join-txt h2 { font-size:22px;color:#0257b2; }
.join-txt h3 { font-size:14px;color:#666; border-bottom:1px solid #ddd; margin-bottom:15px; padding-bottom:10px; line-height:2 }
.join-txt h3 span { margin-right:20px; }
/*下载*/
.download { padding:1% 0; font-size:16px; line-height:30px; }
.download .download-list { background:#eee; padding:10px 20px; margin-bottom:30px; }
.download tr th { background:#eee; padding:20px; text-align:left; font-size:18px; }
.download tr td { background:#eee; padding:15px 20px; text-align:left; border-top:1px solid #e3e3e3; text-transform:uppercase; }
.download tr .down-btn { display:inline-block; width:60px; height:30px; font-size:0;  background:url(../img/icon-download.png) no-repeat center; }
/*联系我们*/
.contact { min-height:300px; font-size:17px; line-height:2; background:#fff }
.contact-tit { text-align:center; font-weight:bold; font-size:30px; color:#015897 }
.contact-share { margin:20px auto }
.contact-share a { 
    display:inline-block; vertical-align:middle;
    width: 30px; height: 30px;
    margin:0 10px; background-position:center; background-repeat:no-repeat; background-size:auto 24px;
}
.contact-share .s_list1 { background-image:url(../img/twitter2.png) }
.contact-share .s_list2 { background-image:url(../img/youtube2.png); width:36px; }
.contact-share .s_list3 { background-image:url(../img/pinterest2.png) }
.contact-share .s_list4 { background-image:url(../img/facebook2.png) }
.contact-share .s_list5 { background-image:url(../img/ins2.png) }
.contact-con { margin:40px 10%; padding:40px 0; border-top:1px solid #ddd; }
.contact-con table td { padding:10px; }
.contact-con table td p { margin-bottom:10px; }
.contact-con table td:nth-of-type(1) { width:55%; padding-right:5%; border-right:1px solid #ddd }
.contact-con table td:nth-of-type(2) { padding-left:5% }
/*表单*/
.feedback-box { position:relative; margin-bottom:-3% }
.feedback-box:before {
    content: ''; display:block; width:100%; height:300px; position:absolute; bottom:0px; left:0; z-index:0; background:#fff; border-top:1px solid #eee;
}
.feedback { position:relative; padding:1% 3%; margin-bottom:3%; background:#0067b4; color:#fff }
.feedback form { border-top:1px dashed #6cb8f2; padding-top:2% }
.feedback .form-group { width:46%; float:left; margin:15px 2% }
.feedback .form-code img { background:#fff }
.feedback label.mt-checkbox { display: inline-block; margin:10px 5% 10px 0; cursor:pointer }
.feedback textarea { background:none; border:1px solid #6cb8f2; width:100%; min-height:120px; padding:10px; box-sizing:border-box; color:#fff; font-family:Arial, Helvetica, sans-serif }
.feedback input[type=text] { display:inline-block; vertical-align:middle; background: none; border:1px solid #6cb8f2; width:100% !important; height:42px; line-height:42px; text-indent:10px; color:#fff }
.feedback input[type=radio],.feedback input[type=checkbox] { width:20px; height:20px; vertical-align:middle; -webkit-appearance:none;background-color: #fff; border:1px solid #ddd; margin-right:5px; position:relative }
.feedback input[type=checkbox]:checked::after{
     content: "✓";
     font-size: 12px;
     font-weight: bold;
	 color:#015897;
	 border-radius: 3px;
	 margin-left:4px;
}
.feedback input::-webkit-input-placeholder{ color:#b0d2eb; }
.feedback input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#b0d2eb; }
.feedback input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#b0d2eb; }
.feedback input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#b0d2eb; }
.feedback textarea::-webkit-input-placeholder{ color:#b0d2eb; font-family:Arial, Helvetica, sans-serif }
.feedback textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#b0d2eb; font-family:Arial, Helvetica, sans-serif }
.feedback textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#b0d2eb; font-family:Arial, Helvetica, sans-serif }
.form-btn { text-align:center; margin:3% auto; } 
.form-btn button { display:inline-block; background:#04bb4a; cursor:pointer; border:none; color:#fff; margin:10px 10px 20px 10px; padding:12px 30px; font-size:18px; min-width:220px; border-radius:30px }
.form-btn button:hover { background:#04bb4a }
.feedback-list { background:#f8f8f8; padding:4%; margin-bottom:3%; text-align:center; }
.feedback-list>img { max-height:280px; }
.feedback-listtxt { max-width:800px; margin:5% auto; background:#f2f2f2; font-size:18px; color:#666; line-height:2; border:1px dashed #ccc; padding:2%; text-align:center }
.feedback-listtxt h3 { font-size:45px; text-transform:capitalize }
/*新闻*/
.news-list { padding:1% 0 }
.news-list ul li { position:relative; width:31%; float:left; margin-right:3.5%; margin-bottom:3%; background:#fff }
.news-list ul li>div { padding:18px; }
.news-list ul li:nth-of-type(3n+1) { margin-right:0 }
.news-list ul li .pic { position:relative; }
.news-list ul li .pic .zoom { padding-bottom:70% }
.news-list ul li .text { color:#666; font-size:14px; }
.news-list ul li .text h3 { font-size:20px; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; }
.news-list ul li .text h3 a {  color:#111; }
.news-list ul li .text p { height: auto; overflow: hidden; margin-bottom:20px; }
.news-list ul li .text .date { display:block; font-size:15px; margin:10px 0}
.news-list ul li .text .more { margin:15px auto; border:1px solid #0173e6; background:#0173e6; color:#fff; display: inline-block; font-size:12px; border-radius:30px; padding:6px 32px;  }
.news-list ul li:nth-of-type(1) { width:100%; background:#fff; margin-top:3% }
.news-list ul li:nth-of-type(1) .zoom { padding-bottom:65%; filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; }
.news-list ul li:nth-of-type(1) .pic { float:left; width:40%; }
.news-list ul li:nth-of-type(1) .text { float:right; width:57%; font-size:16px;  }
.news-list ul li:nth-of-type(1) .text h3 { font-size:32px; }
.news-list ul li:nth-of-type(1) .text .more { display: inline-block; }
.news-list ul li:nth-of-type(1) p { height:83px; margin:15px auto; line-height:1.8 }
.news-list ul li .text::after { display: block;content: ""; width:0; padding:0px; height:5px; background:#0173e6; position:absolute; bottom:0; left:0; }
.news-list ul li:hover .text::after {  }


/*新闻详情*/
.news-box { padding:30px; background:#fff }
.news-con table tr td,.news-con table tr th { border:1px solid #ccc; padding:12px; vertical-align:top }

.news-title { font-size:24px; font-weight:bold; margin-bottom:10px; text-align:center }
.news-desc { margin-bottom:30px; color:#666; text-align:center; padding-bottom:25px; border-bottom:1px solid #ddd }
.news-desc small {font-size:16px; margin:2px 6px;}
.news-desc .fa { width:18px; height:16px; margin-right:5px; margin-top:-2px }
.news-desc .fa-date { background-image:url(../img/icon-date.png) }
.news-desc .fa-hits { background-image:url(../img/icon-eye.png) }
.news-desc .fa-author { background-image:url(../img/icon-author.png) }
.page-prev-next { border-top:1px solid #ddd; padding:30px; background:#fff; font-size:18px }
.page-prev-next .page-prev { float:left; padding-left:30px; background:url(../img/prev.png) no-repeat center left; } 
.page-prev-next .page-next { float:right; padding-right:30px; background:url(../img/next.png) no-repeat center right;  } 
/*案例*/
.caseshow { position:relative; margin:4% auto 4% auto; padding-bottom:4%; background: transparent linear-gradient(181deg, #00408B 0%, #0062CF 100%) 0% 0% no-repeat; }
.caseshow:before {
    content: ''; display:block; width:100%; height:110px; position:absolute; top:0px; left:0; z-index:0; background:#fff;
}
.caseshow .swiper-caseshow { width:48%; float:left; }
.caseshow .swiper-caseshow .zoom { padding-bottom:90%; }
.caseshow .swiper-caseshow .swiper-pagination { position:relative; bottom:auto; left:auto; float:right; width: auto; height:50px; line-height:50px;  color:#fff }
.caseshow .swiper-caseshow .swiper-button-prev,.caseshow .swiper-caseshow .swiper-button-next { display:none; position:relative; float:right; bottom: auto; top:auto; margin-top:0; left:auto; right:auto } 
.caseshow .caseshow-con { position:relative; z-index:2; width:48%; float: right }
.caseshow .caseshow-con .title { margin:0 auto 60px auto; }
.caseshow .caseshow-con .title p:after { margin:10px 0; }
.caseshow .caseshow-con .txt { color:#fff; line-height:2 }
.case-list { padding:1% 0 }
.case-list ul li { position:relative; width:31%; float:left; margin-right:3.5%; margin-bottom:3%; background:#fff }
.case-list ul li:nth-of-type(3n) { margin-right:0 }
.case-list ul li .pic { position:relative; padding:15px; background:#eee }
.case-list ul li .pic .zoom { padding-bottom:90%;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.case-list ul li .text a { display:none; position:absolute; left:0; right:0; bottom:0; top:0; background-color: rgba(2,88,180,.7); color:#fff; padding:12%; font-size:16px; }
.case-list ul li .text h3 { font-size:20px; margin-bottom:10px; text-align:center }
.case-list ul li .text .more { display:inline-block; height:60px; line-height:60px; width:60px; position:absolute; top:45%; left:50%; margin-left:-30px; background:url(../img/more2.png) no-repeat center; background-size:40px auto; font-size:0  }
.case-list ul li:hover .text a { display: block;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.case-list ul li:hover .pic .zoom span {  }
.case-tit { color:#0067b4; }
.case-tit>h3 { font-size:24px; }
.case-con { background:#fff; padding:4%; margin:3% auto }
.case-con>h2 { color:#0067b4; font-size:32px; margin-bottom:20px; }
.load-more { text-align:center }
.load-more a { display:inline-block; padding:12px 30px 12px 60px; background-color:#0067b4; color:#fff; text-transform:capitalize; cursor:pointer; background:#0067b4 url(../img/yuan.png) no-repeat 20px center;}
/*产品展示*/
.pro-subnav { margin:30px auto }
.pro-subnav ul li { display:inline-block; float:left; margin-right:15px; margin-bottom:15px; padding:7px 20px; border:1px solid #ddd; border-radius:30px; background:#fff }
.pro-subnav ul li.active { border:1px solid #0257b2 }
.pro-subnav ul li.active a { color:#0257b2 }
.pro-list { padding:1% 0 }
.pro-list ul li { position:relative; width:23%; float:left; margin-right:2.666%; margin-bottom:3%; background:#fff }
.pro-list ul li:nth-of-type(4n) { margin-right:0 }
.pro-list ul li .pic { position:relative }
.pro-list ul li .pic .zoom { padding-bottom:100%; }
.pro-list ul li .pic .zoom span { background-size:80% auto }
.pro-list ul li .text { padding:5px 5% 20px 5%; text-align:center }
.pro-list ul li .text h3 { font-size:17px; min-height:60px; }
.pro-list ul li .text p { margin:10px auto }
.pro-list ul li .text a { display:inline-block; margin:3px; border:1px solid #0173e6; font-size:14px; color:#0173e6; border-radius:30px; padding:3px 12px; min-width:76px; text-transform:capitalize }
.pro-list ul li .text a.more { border:1px solid #0067b4; color:#0067b4; }
.pro-list ul li:hover .text a { background:#0173e6; color:#fff }
.pro-list ul li:hover .text a.more { background:#0067b4; color:#fff }
.pro-list ul li .text::after { display: block;content: ""; width:0; padding:0px; height:5px; background:#0173e6; position:absolute; bottom:0; left:0; }
.pro-list ul li:hover .text::after { width:100%; left:0; -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;  }
.pro-list2 { position:relative; padding-top:4% }
.pro-list2 ul li { position:relative; width:48%; float:left; margin-right:4%; margin-bottom:4%; }
.pro-list2 ul li:nth-of-type(2n) { margin-right:0 }
.pro-list2 ul li .text { position:relative; padding:3% 5%; width:70%; margin-top:-12%; background:#fff; }
.pro-list2 ul li .text h3 { font-size:18px; font-weight:bold; margin:10px auto; }
.pro-list2 ul li .text p { min-height:48px; } 
.pro-list2 ul li .text a.more { display:inline-block; margin:15px 0; font-size:14px; border-radius:30px; padding:6px 30px; text-transform:capitalize ;border:1px solid #0067b4; background:#0067b4; color:#fff; }
.pro-title { font-size:16px; }
.pro-title h3 { font-size:30px; margin:20px 0; font-weight:bold; color:#333 }
.pro-box { width:100%; margin:200px auto 3% auto; background:url(../img/probg.jpg) no-repeat center -130px; background-size: cover; }
.pro-pic { float:left; width:50%; margin-top:-130px; }
.pro-pic img { width:100%; }
.swiper-proimg { float: right; width:50%; }
.pro-info { float:left; width:40%; padding:3% 2% 5% 8%; color:#fff; }
.pro-info.pro-yingyong { margin-bottom:180px; }
.pro-info h3 { font-size:28px; font-weight:bold; margin-bottom:15px; }
.pro-info table { width:100%; }
.pro-info ul { max-width:100% !important}
.pro-info p,.pro-info li  { font-size:16px; line-height:36px; }
.pro-info li p { }
.pro-info li::before{
     content: "✓";
	 display:inline-block;
	 float:left;
     font-size: 12px;
     font-weight: bold;
	 color:#fff;
	 border-radius: 3px;
	 margin-right:12px;
}
.buy-num .input-group { width:142px; border-radius:20px; position:relative }
.buy-num .input-group input { display: inline-block; width:140px; border:1px solid #c0c9d8; border-radius:20px; padding:2px 0px; height: 30px; text-align:center  }
.buy-num .input-group .form-control { text-align:center; border-left:none; border-right:none; border-radius:20px!important;}
.buy-num .input-group-btn .btn { border:1px solid #c0c9d8; color:#97a8bc; font-size:20px; padding:2px 12px; height: 36px; position:absolute; left:0; top:0 }
.buy-num .input-group-btn .btn.bootstrap-touchspin-down { border-radius:20px 0 0 20px; }
.buy-num .input-group-btn .btn.bootstrap-touchspin-up { border-radius:0 20px 20px 0; left:auto; right:0 }
.pro-info .pro-btn a { display:inline-block; margin:20px auto; border-radius:30px; padding:8px 30px; border:1px solid #0173e6; background:#0173e6; font-size:17px; color:#fff }
/**产品详情介绍**/
.pro-picshow {}
.pro-picshow li { position:relative; width:31%; float:left; margin-right:3.5%; margin-bottom:2%; }
.pro-picshow li p { font-size:15px; margin:10px 0 }
.pro-picshow li:nth-of-type(3n) { margin-right:0 }
.pro-con { background:#fff; min-height:150px; margin:2% auto 3% auto }
 
.pro-con-tit { font-size:28px; margin:0 auto 20px auto; font-weight:bold; color:#333; }
.pro-con table { width:100%; color:#333; }
.pro-con table tr th { background:#0257b2; color:#fff; border:1px solid #1664b8; font-weight: normal; font-size:15px; padding:12px; vertical-align:top }
.pro-con table tr td { border:1px solid #ccc; padding:12px; vertical-align:top }
.pro-con table tr p { margin:2px 0; }
.pro-con-list { margin:3% 0 }
.pro-con-list ul li { position:relative; width:31%; float:left; margin-right:3.5%; margin-bottom:3%; background:#eee }
.pro-con-list ul li>div { padding:15px; }
.pro-con-list ul li:nth-of-type(3n) { margin-right:0 }
.pro-con-list ul li .pic { position:relative; }
.pro-con-list ul li .pic .zoom { }
.pro-con-list ul li .text { color:#666; font-size:14px; }
.pro-con-list ul li .text h3 { font-size:18px; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; color:#111; margin:15px 0 10px 0; }
.pro-con-list ul li .text p { height:45px; overflow: hidden;}
.pro-con-list ul li .text .more { display:block; font-size:15px; margin:10px 0; color:#0257b2 }
.pro-contact-box { padding:10% 0 5% 0; background:url(../img/pro-contact.jpg) no-repeat top right; background-size:55% auto }
.pro-contact { padding:4% 5%; width:45%; background:#0257b2; color:#fff; }
.pro-contact h2 { font-size:32px; font-weight:bold }
.pro-contact p { font-size:20px; margin:15px 0 30px 0 }
.pro-contact .more { display: inline-block; background:#12C456; color:#fff; padding:12px 40px; border-radius:30px; }
/*产品细节图*/
.goods-detail {
	float:left; width:50%; padding-right:3%; border-right:1px dashed #ccc; position:relative;
}
.goods-detail .goods-pic-box {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-align: center;
}
.goods-detail .goods-big-pic {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left:20%;
	height: 500px;
	width: 500px;
	z-index: 10;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.goods-detail .goods-big-pic img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 500px;
	height: 500px;
}
.goods-detail .goods-small-pic {
	position: absolute;
	left: 0px;
	top: 0px;
}
.goods-detail .goods-small-pic li {
	height: auto;
	cursor: pointer;
	zoom: 1;
	margin-bottom: 14px;
	-webkit-transition: border-color 0.4s ease-out;
	transition: border-color 0.4s ease-out;
}
.goods-detail .goods-small-pic li img {
	width:70px;
	height: 70px;
}
.goods-detail .goods-small-pic li a {
	padding: 3px;
	border: 2px solid #e2e3e3; }
.goods-detail .goods-small-pic li a.current {
	cursor: default;
	border-color: #0067b4;
}
.MagicZoomPup { border:1px solid #eee;background:#fff url(dotted.png);cursor: move; }
.MagicZoomBigImageCont { border:1px solid #888; margin-left:-40px !important }
.cart-box { padding:3%; background:#fff; margin:4% auto }
.cart-box .table>tbody>tr>td {  padding:10px; vertical-align:middle;  }
/*搜索筛选*/
.screen-result { margin:4% auto 2% auto  }
.screen-factor { display:inline-block; float:left }
.screen-factor a {display:inline-block; background: #0173e6; color: #fff; margin-right:5px; padding:3px 8px 3px 6px; font-size:12px; border-radius:2px; }
.screen-factor a .fa-clean { display:inline-block; vertical-align:middle; width:12px; height:12px; background:url(../img/clean.png) no-repeat center;} 
.sort-group { float:right }
.sort-group a { background: #fff; border:1px solid #adadad; padding:4px 8px; font-size:12px }
.sort-group a.active { background:#e6e6e6 }
.search-null  { color:#999; font-size:16px; }
.search-null .fa-search-null {  width:18px; height:18px; background-image:url(../img/close2.png);} 